The Promo

“Fowl Play” is the name of the popular promotion that Chick-Fil-A currently has with several NBA teams. The idea is simple, every fourth quarter at a home game of a team participating there is an opportunity for everyone in the audience (or the entire state in the case of the Utah Jazz) to earn a free chicken sandwich if the visiting team misses two consecutive free throws.

Questions then arise such as does this promotion even work in favor of Chick-Fil-A? How much does Chick-Fil-A gain or lose if free sandwiches are awarded? And most importantly how likely are you and I to get free chicken? To answer these questions we first have to turn to how this came to be.

Inception

The brainstorming started in 2010 when John Natolly, a franchise owner, was having trouble getting people in the door of his Chick-Fil-A location. While brainstorming ideas with Lew Strudler, a marketing executive from Monumental Sports the idea came up to do something similar to the Houston Astros that had a “Fowl Pole” promo that would give free chicken sandwiches to the audience if players hit certain foul poles in the stadium.

The original idea was to give away free chicken if a Wizards player missed a free throw in the fourth quarter but was shot down. Not only is this extremely likely but this would result in fans booing the home team if they miss a free throw. The next idea was to have free chicken if the home team won, another idea that was shot down almost immediately because of how often it would occur.

The third idea stuck. If an opposing player on the same trip to the foul line misses two consecutive free throws then everyone in attendance gets free chicken. This resulted in an extremely successful game promotion that has almost ten times the redemption rate of normal game or ticket promotions. But why has it stuck around for so long? Why do the odds favor this promotion for Chick-Fil-A compared to the other two that didn’t work?

Free Throw Frequency

An easy first step is to check if there is a difference between the number of free throws taken in each quarter. It would make sense to have more free throws in the fourth quarter because of the more prevalent strategy to foul more to prevent the opposing team from scoring more points.


This chart shows that indeed free throws in the fourth quarter are much more common than the other quarters. This could help our chances of free chicken but but in order to get the correct probability we have to look at sets of two or more free throws and see if there is a difference when certain teams are playing. The tables below show the counts of these sets for the NBA Jazz, Wizards, and Bulls home games. These teams are chosen because they were running the promo during the time period contained in the data set, 2006-2016.

Entire NBA

Quarter Sets of Free Throws Sets of two cons. made Sets of two cons. missed
1 63,268 29,275 (0.46 %) 6,988 (0.11 %)
2 82,404 38,636 (0.47 %) 9,104 (0.11 %)
3 81,415 39,578 (0.49 %) 8,367 (0.1 %)
4 95,947 43,985 (0.46 %) 9,647 (0.1 %)

Utah Jazz Home Games

Quarter Sets of Free Throws Sets two made Sets two missed
1 2,322 1,020 (0.44 %) 257 (0.11 %)
2 3,055 1,376 (0.45 %) 331 (0.11 %)
3 3,297 1,328 (0.4 %) 387 (0.12 %)
4 3,536 1,657 (0.47 %) 356 (0.1 %)

Washington Wizards Home Games

Quarter Sets of Free Throws Sets two made Sets two missed
1 1,990 884 (0.44%) 233 (0.12%)
2 2,720 1,217 (0.45%) 297 (0.11%)
3 2,706 1,261 (0.47%) 270 (0.1%)
4 3,220 1,486 (0.46%) 330 (0.1%)

Chicago Bulls Home Games

Quarter Sets of Free Throws Sets two made Sets two missed
1 2,115 926 (0.44%) 245 (0.12%)
2 2,799 1,253 (0.45%) 290 (0.1%)
3 2,784 1,255(0.45%) 296(0.11%)
4 3,303 1,614(0.49%) 319(0.11%)

These tables show that the proportion of sets of free throws that result in two consecutive missed is consistently about 10% across all quarters. Even though there are more free throws in the fourth quarter the odds that two consecutive are missed don’t really change. But there is a problem with just saying that the probability of getting free chicken is 10% because in order for the promotion to be valid we only need this to happen once during the fourth quarter. The probability of it occurring just once should be more likely than it occurring in general during the fourth quarter. Not only do we have to incorporate other factors such as it needing to be a home game or by an opponent but it should be much more unlikely for it not to occur at all during an entire game.

Probability of Free Chicken Sandwich

Obviously calculating the precise probability for free chicken for a given game can be a tedious exercise. The fact is every player has a different free throw shooting percentage that may vary according by home game or away game and the roster is ever changing season to season. We can however look at historical data to see how often free throws had two consecutive misses to approximate this probability. The law of large numbers works in our favor here because over time the differences in free throw percentages start to equal out to the expected behavior. Outliers in free throw percentage will come along but we can be confident in an estimate based on the past.

The data set I use contains all free throws between 2006 and 2016 which has 618,000 free throw instances. This is assumed to be a sufficient sample size to estimate the probability and the free throws are also assumed to be independent. The probability of free chicken is denoted by \(P(C)\) where \(C\) is the event that a game results in free chicken. More formally

\[ C = \{\text{opponent misses two consecutive free throws in fourth quarter} \}. \] Let \(X\) be a Bernoulli random variable that takes value 0 if \(C\) does not occur in a game and 1 if \(C\) does occur. \(X\) can be thought of as a coin flip, but the probability of success (1) is something different than 0.5.

In order to find \(P(C) = P(X=1)\) the compliment must be examined. For \(C\) to occur there only needs to be one instance of an opponent missing two consecutive free throws. If the number of times this occurred in general was counted then we would be including games where it occurred more than once. A reformulation is necessary to arrive at a more precise probability. To reformulate the compliment rule in probability theory is used.

\[ P(C) = P(\text{at least one instance of two missed free throws}) = 1-P(\text{no instances of two missed free throws}) \] The latter probability is much easier to calculate with the available data. It simplified to only need a count of the games in which no instances of two consecutive missed free throws occurs. The proportion of home games with no consecutive missed free throws in the fourth quarter is just around 75% for the Utah Jazz, Washington Wizards, Chicago Bulls, and the entire NBA. Thus the compliment of this \((1-0.75=0.25)\) is 25%. For comparison if they had decided to stick with the home team player missing a free throw this occurs every game with just above a 99% probability.

Binomial random variable

Now that we have a sufficient estimate for the probability of success we can then look at the probability of free chicken occurring a given number of times throughout the entire season. \(X\) was defined as a Bernoulli random variable with probability of success \(p=0.25\). Let \(N\) be the random number of times that free chicken occurs during the regular season. Because each game is an independent Bernoulli random variable we know that \(N\) is just the number of successes in a set of \(n=41\) trials. Thus \(N\) is a binomial random variable with parameters \(p=0.25, n=41\). Using the properties of the binomial distribution we can reach further conclusions.

First the mean or expected value of a binomial random variable is

\[ E[N] = np. \] Thus the expected number of games during regular season that result in free chicken is \(np=41*0.25=\) 10.25 games. The standard deviation of a binomial random variable is

\[ \sqrt{np(1-p)}. \] So the number of games that vary around the mean of 10.25 is \(\sqrt{(41)(0.25)(1-0.25)}=\) 2.7726341. This says that the number of games that result in free chicken is expected to be with high probability between about 7 and 13 games.



This graph shows what the probability for a given number of games to result in free chicken. The probability that no games have it is almost zero which says that the probability that at least one game has it is almost one. The most likely number of games to have this is 10.

Excpected chicken sandwiches

The binomial model gives a really easy way to compute the expected number of games that result in free chicken. This makes quantities like expected number of free sandwiches possible. This will be broken down into the Jazz audience and the state of Utah because of the recent change in promotional strategy.

Jazz audience

Currently the Vivint Smart Home Arena can hold 18,300 people. Prior to the 2019 season Chick-Fil-A required a ticket stub to redeem the free chicken. Assuming a 25% worst case promotion redemption rate this means that Chick-Fil-A can expect to give 4,575 chicken sandwiches away. At a price of $3.05 this would cost Chick-Fil-A $13,953.75 per occurrence.

We can then take the number of expected games that will result in this loss for Chick-Fil-A, 10, and come up with how much they will expect to spend during a regular season. Multiplying these two results we get $139,538.

State of Utah

The current population of Utah is 3.161 million. With the promotion now valid for anyone in the state with a smartphone (assume 80%) with the app (assume 50%) this estimated cost with 25% redemption jumps to $964,105. So during a regular season they can likely anticipate spending $9,641,050 just on free chicken. This of course doesn’t include the cost to hold the promotion in 41 home games which I would guess to be between 1-4 million per year. This may seem like a big jump but keep in mind that in Utah alone the Chick-Fil-A franchise has 31 locations that do anywhere from 1-3 million a year putting gross revenue for the state at upwards of 90 million a year.

Marketing Value

The value of a marketing strategy, product investment, or really any business decision is getting harder to evaluate just based on dollar spend for dollar revenue amounts on a short term basis. Companies are realizing that owning in-house customer data or having an app can be far more valuable than traditional sponsorships or promotions. Chick-Fil-A is no stranger to this idea because they are clearly valuing the push for customers to use their app rather than just to get people through the door which was the original goal. Getting people through the door with a free chicken sandwich usually isn’t a total loss either because its easy to justify paying for fries and a drink when you aren’t paying for a sandwich.

Incentivizing people to download the app has much more value than foot traffic though. It almost a proven fact that if you have a loyalty program through a smartphone app users will spend more money with your company more frequently. A recent study that evaluated the impact an app can have on a restaurant put out that the average amount spent per order increased by 51% over the course of a year with the app. The average number of orders per month increased by 105% and the average annual spend per customer increased by 112%. Essentially this study showed that you can double your sales per customer by having an effective app that links users to the business. If this is true, Chick-Fil-A is now spending about 11 million in hopes of increasing sales to upwards of 180 million.

So remember next time you attend, nay, next time there IS a Jazz home game there is a 1 in 4 chance of being able to open your app to a free chicken sandwich the next day. Not bad for a lottery.

Sources

[1] “The Cost to Reach 1,000 People: Nuanced Thoughts.” Nuanced Media, 24 May 2019, https://nuancedmedia.com/cost-reach-1000-people/.

[2] “Demographics of Mobile Device Ownership and Adoption in the United States.” Pew Research Center: Internet, Science & Tech, 12 June 2019, https://www.pewinternet.org/fact-sheet/mobile/.

[3] Mandell, Nina. “How Free Chick-Fil-A Made Fans Stop Caring If Their Team Was Winning or Losing for Nearly a Decade.” USA Today, Gannett Satellite Information Network, 5 Oct. 2017, https://ftw.usatoday.com/2017/10/how-free-chick-fil-a-made-fans-stop-caring-if-their-team-was-winning-or-losing-for-nearly-a-decade.

[4] Mantey, Sebastian. “NBA Free Throws.” Kaggle, ESPN, https://www.kaggle.com/sebastianmantey/nba-free-throws/download.

[5] Meier, Chris. “Mobile Apps for Restaurants - Why You Need One 12 Huge Benefits.” AppInstitute, 17 Oct. 2019, https://appinstitute.com/why-restaurants-need-mobile-apps/.